English
Generates a verification token and sends it to the user’s email address.The user must have received a verification token via email.
cURL
curl --request POST \ --url https://your_a2_service/auth/request-verify-token \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?